CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - java encryption

搜索资源列表

  1. pc1-128-java

    0下载:
  2. JAVA加密算法之一-JAVA encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9519
    • 提供者:东方通运
  1. encryption

    0下载:
  2. JAVA的加密源程序,DES等加密算法-JAVA encryption source, such as DES encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:22199
    • 提供者:东方通运
  1. 论Java加密技术与Windows的结合

    0下载:
  2. 论Java加密技术与Windows的结合-On Java encryption technology and the integration of Windows
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:11890
    • 提供者:万俟楠
  1. Java-encryption-algorithm

    0下载:
  2. Java中常用的加密算法应用,1. MD5加密,常用于加密用户名密码,当用户验证时。2. SHA加密,与MD5相似的用法,只是两者的算法不同。3. RSA加密,RAS加密允许解密。常用于文本内容的加密。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1364
    • 提供者:wangmin
  1. java加密技术

    0下载:
  2. java加密技术:除了DES,我们还知道有DESede(TripleDES,就是3DES)、AES、Blowfish、RC2、RC4(ARCFOUR)等多种对称加密方式,其实现方式大同小异,这里介绍对称加密的另一个算法——PBE-java encryption technology: In addition to DES, we also know DESede (TripleDES, that is, 3DES), AES, Blowfish, RC2, RC4 (ARCFOUR) and o
  3. 所属分类:编程文档

    • 发布日期:2017-03-27
    • 文件大小:10170
    • 提供者:gaoshan
  1. aes-java-file

    0下载:
  2. 使用java编写的aes文件加密源代码,经测试能对文本进行加密,密钥为128 192 256bit-Prepared using aes file encryption java source code, the test can encrypt the text, the key for the 128 192 256bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:8997
    • 提供者:cai
  1. Java-process

    0下载:
  2. Java实现进程调度(基于优先级的进程调度算法-Java realization of the process of scheduling (the process of priority-based scheduling algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-22
    • 文件大小:5279
    • 提供者:yy
  1. Sample.java.tar

    0下载:
  2. AES 256 bit encryption and decryption
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:1447
    • 提供者:arun
  1. Cryptix2.20

    0下载:
  2. 含有常用的一些加密标准算法实现- Includes the commonly used some encryption standard algorithms to realize
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-23
    • 文件大小:454434
    • 提供者:站长
  1. JAMIJIEMI

    0下载:
  2. 一个很好用的Java加密解密算法,测试通过,直接解压就可以用!-a good use of the Java encryption and decryption algorithm, the test directly extract can use!
  3. 所属分类:Applet

    • 发布日期:2017-11-15
    • 文件大小:188401
    • 提供者:夏雨旋
  1. aescrypt-java-3_0

    0下载:
  2. 利用java实现文件的AES加密功能 This Java AES Crypt package contains the Java class es.vocali.util.AESCrypt, which provides file encryption and decryption using aescrypt file format. Requirements The Java AES Crypt package only works in Java 6, but can be
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:36122
    • 提供者:王小军
  1. Monoalphabetic

    0下载:
  2. 单表加密算法、单表解密算法实现的简单示例-implementation of monoalphabetic encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1084
    • 提供者:hayley
  1. Cryptography

    0下载:
  2. 该程序包提供了三种加解密算法的源代码:DES、AES和RSA。程序没有使用Java的security库,完全是自己根据加解密算法流程手工编写的。适用于密码学加解密算法的学习和研究。 由于运行速度慢,不推荐用于实用项目。-The package offers three encryption algorithm source code: DES, AES and RSA. Procedures did not use Java' s security database is entirely
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:27875
    • 提供者:tangxiaojun
  1. BlockCiphers

    0下载:
  2. des,des3,等加密算法的集合。包含完整的例子和源码。不过des加密的似乎和java加密不一致。-des, des3, such as a collection of encryption algorithm. Contains examples and source code integrity. But it seems des-encrypted and encrypted java inconsistency.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:22566
    • 提供者:junfeng
  1. ElGAmal

    0下载:
  2. el gamal decryption and encryption example
  3. 所属分类:CA program

    • 发布日期:2017-04-10
    • 文件大小:736
    • 提供者:bilih
  1. cryptographyJava

    0下载:
  2. Modules : 1. Conversion of secret color image into Gray scale Image. 2. Encryption by Half toning. 3. Generation of shares. 4. Selection of Secret information pixels. 5. Encrypt the shares. 6. Reveli
  3. 所属分类:Network Security

    • 发布日期:2017-03-26
    • 文件大小:57379
    • 提供者:anu
  1. DES

    1下载:
  2. DES, 3DES, AES-128, AES-256 encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:15053
    • 提供者:Tong Liu
  1. Javajiamijiemi

    0下载:
  2. Java加密组件DES实现RSA和SHA加密算法-Java Encryption Component DES encryption algorithm to achieve RSA and SHA
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:42347
    • 提供者:政工名
  1. Java-art-encryption-and-decryption

    0下载:
  2. Java加密与解密的艺术。适合对加密学习的开发者参考使用-Java encryption and decryption of art. Suitable for encryption developers learning to use reference
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3793210
    • 提供者:ivan
  1. Java-Encryption

    0下载:
  2. BASE64算法,MD5算法,SHA算法,HMAC算。 教程中包含上述几种算法的java实现方式。很详细。-BASE64 algorithm, MD5 algorithm, SHA algorithm, HMAC calculation. Tutorial contains the java implementation of several algorithms. Very detailed.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:358211
    • 提供者:刘恒毅
« 12 3 4 5 6 7 8 9 10 ... 43 »
搜珍网 www.dssz.com